.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h3{ font-family:HelveticaNeueCE; font-size:30px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles h5{font-size:14px; line-height:38px;margin-bottom:25px;color:#212121;font-weight: 500;}
.titles:before {
/*    content: "";
    position: absolute;
    left: 47%;
    bottom: 25px;
    width: 60px;
    height: 2px;
    background: #e70012;*/
}

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    left: 33%;
}
.titles1:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    right: 33%;
}

.titles2{text-align: center;width: 100%;padding-top: 20px;position: relative;}
.titles2 h3{
	font-size: 36px;
    color: #222;
}
.titles2 span{
	font-size: 36px;
    color: #222;
}
.titles2 img{vertical-align: middle;}
.titles2 .titles2_line{font-size: 16px;color: #222;text-transform: uppercase;}
.titles2 .titles2_line i {
    padding: 0 20px;
}
.titles2 h5{font-size:14px; text-align: center; padding: 10px 0px;width:80%; font-weight: 500;margin: auto;}
.titles2:after{ display: block;
    height: 2px;
    width: 42px;
    background: #c9313e;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    content: " ";}

@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}

.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: var(--color1);
    color: #FFFFFF;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: var(--color1-h);}

.section-title {position: relative;}
.section-title h3{
    text-transform: uppercase;
	font-size:30px;
	padding:0 40px;
	position: absolute;
	top:0px;
	font-size: 50px;
    color: #002d4b;
    line-height: 32px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
    padding-top: 50px;
}

.section-title h2{text-transform: uppercase;
    color: #fff;
    font-size: 150px;
    font-weight: bold;
    letter-spacing: -4px;
    font-family: 'Tunga Bold',Arial, Helvetica, sans-serif;
    text-shadow: #e8ebef 1px 0 0, #e8ebef 0 1px 0, #e8ebef -1px 0 0, #e8ebef 0 -1px 0;
    -webkit-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    -moz-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    *filter: Glow(color=#e8ebef, strength=1);
    padding: 12px 0;
}


.container {
    max-width: 1230px;
}

/*============================================
com-section
===========================================*/
.com-section{background: #f7f7f7; padding:0px;position: relative; min-height:80vh;background-size: cover;}
.com-section .wrap{display:flex; background:#FFF; justify-content: space-between;}
.com-section .com-conts{position: relative;width:calc((100% / 6) * 5);}
.com-cont{display:flex; flex-direction: column; flex: 1; padding-right:80px;align-items: flex-start;width:65%;padding: 5%;}
.com-cont .titles{text-align: left;}
.com-cont .titles h2{font-size:40px; font-weight: bold; margin:auto;}
.com-cont .titles h3{font-size:16px; font-weight: 300;display: flex; flex-direction: column; margin-top: 0px;}
/*.com-cont .titles h3:after{width:60px; height: 2px; content: ""; margin-top:20px; background:#53b255;display: block;}*/
.com-cont .title2{display:flex;align-items: center;font-size:var(--t5);font-weight: var(--font-wt-b);padding-bottom:1rem;}
.com-cont .title2:before{width:15px; height: 15px; background-color:var(--color1-h); margin-right: 0.5rem; content: "";border-radius: 50px;}
.com-cont .desc{font-size:16px; font-weight: 300;color:#000; line-height: 2rem;}
.com-cont .btn1{margin-top:50px;}
.com-cont .btn1 a{padding:10px 50px; border-radius: 50px; color:#FFFFFF; /*font-size:16px;*/}
.com-cont .btn1 a:before{border-radius: 50px;}
.com-section .com-img{
	position: absolute;
	top: 0;
    right: 0;
    width: 43.13%;
    height: 100%;
    overflow: hidden;
}
.com-img img{/*max-width:100%;width: 680px;*/}
.com-img .videoplay{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;cursor: pointer;z-index: 3;opacity: 1;transition: all .5s;}
.com-img .videoplay img{/*position: absolute;left: 50%;top: 0;transform: translate(-50%,-50%);*/width: 30px;transition: all .5s;}
.video-cycle{position: absolute;/*transform: translate(-50%,-50%);*/width: 87px;height: 87px;border-radius: 50%;border: 4px solid #fff;box-sizing: border-box;transition: all .5s;}
.com-img.on .i-about-videomask{animation: aboutopen 1s linear 1 forwards;}
.com-img.on .videoplay{animation: aboutdiplay .5s linear .75s 1 forwards;}
.com-img.on .videoplay img{animation: aboutdown .5s linear .75s 1 forwards;}
.com-img.on .video-cycle{animation: aboutRight .5s linear .75s 1 forwards;}

.com-num.wrap{padding:0px 5%;}

.com-num{width:100%; margin-top:2rem;}

.counter-items{width:100%; overflow: hidden;
    display: flex;
    justify-content: space-between;
	height: auto;
    /*box-shadow: 0px 4px 51px 0px rgb(7 0 2 / 18%);*/
	align-items: center;z-index: 10;
	/*border-top:1px solid #eee;margin-top: 50px; padding-top:50px;*/
	padding-bottom:50px;
}
.counter-items .counter-item{padding:20px 0px;position: relative;width: 20%;}
.counter-item .inner-box{width:100%; /*position: relative;*/ height: auto;}
.counter-item .inner-box .desc-box{ width: 100%; padding-top: 0px;color:#fff;text-align: center;/*border-right: 1px solid rgb(0 0 0 / 10%);*/}
.counter-item:nth-last-child(1) .inner-box .desc-box{border-right:0px;}
.counter-item .inner-box .desc-box .counted{position: relative;text-align: center;display: flex; justify-content: center; align-items: flex-end;}
.counter-item .inner-box .desc-box span{font-size: 40px;color: #d41a1f;font-weight: 500;line-height: 40px;letter-spacing: -1px;}
.counter-item .inner-box .desc-box em{color:#666666;border-radius: 50px;line-height: 35px;font-size: 1rem;
display:flex; align-items: center;justify-content: center;padding-bottom: 5px;    margin-left: 5px;}
.counter-item .inner-box .desc-box .desc-box-text{font-size:16px;color: #343434;text-align: center; font-weight: 500; margin-top: 10px;}

.counter-item:hover{background:#0d67af; background:#d41a1f;transition: 0.5s; cursor: pointer;border-radius: 20px;}
.counter-item:hover .inner-box .desc-box em{color: #ffffff;}
.counter-item:hover .inner-box .desc-box span{color:#FFF;}
.counter-item:hover .inner-box .desc-box .counted{color:#FFF;}
.counter-item:hover .inner-box .desc-box .desc-box-text{color:#FFF;}

@media screen and (max-width: 1440px)
{
	.com-section .com-img{max-width: 50%;}
}

@media screen and (max-width: 1199px)
{
	.com-section .wrap{flex-direction: column;}
	.com-section .com-img{max-width: 100%;}
	.com-section .com-img img{width: auto;}
	.counter-items .counter-item{width:100%;}
}

@media screen and (max-width: 1023px)
{
	.com-section{padding:0px;flex-direction: column;display:flex;background-size: cover;}
	.com-section .wrap{flex-direction: column;}
	.com-section .com-conts{width:100%;}
	.com-section .com-cont{padding:5rem 5rem 0rem 5rem;width: 100%;align-items: center;}
	.com-section .com-img{width:100%;margin-bottom: 2rem; display:flex; position: relative;top: unset;}
	.com-section .com-img img{margin:auto;}
	.com-cont .btn1{margin-bottom:50px; margin-top:0rem;}
	.counter-items .counter-item{width:100%;}
	.videoplay img{width:50px !important;}
	.counter-item .inner-box .desc-box span{font-size: 80px;letter-spacing: 0px;}
	.counter-item .inner-box .desc-box .desc-box-text{font-size: 25px;margin-top: 20px;}
}

@media screen and (max-width: 767px)
{
	.com-section .com-cont{padding: 3rem 3rem 0rem 3rem;}
	.com-cont .titles{width: 100%;}
	.com-cont .title2{width: 100%;}
	.com-section .com-img img{height: 100vw;}
	
}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.com-cont .titles{width: 100%;}
	.com-cont .titles h3{font-size: 1.4rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
cols-section
===========================================*/
.cols-section{width:100%;position: relative;background-repeat: no-repeat; background-size: cover;width:100%; height: 100vh;}
.cols-section .cols-cont{width:100%;}
.cols-cont ul{width:100%; display:flex;margin:0 auto;justify-content: space-between;}
.cols-cont ul li{width:calc((100% / 3));height: 100vh;position: relative;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}

.cols-cont ul li .word{width: calc(100% - 200px); margin:0 auto; position: absolute;padding-bottom: 46px;border-bottom: 1px solid #000;z-index: 4;top:50%;transform: translateY(-50%);left:100px;transition: all .3s;}
.cols-cont ul li .word h3{color: #000000;font-size: var(--t1);margin-bottom: 12px;line-height: 60px;transition: all .3s;}
.cols-cont ul li .word p{font-family:"Roboto";font-size: var(--p3-size);color: rgba(0, 0, 0, 0.7);line-height: 24px;text-transform:uppercase;transition: all 0.5s;}
.cols-cont ul li .word .more{opacity: 0;}

.cols-cont ul li .video{position: absolute;left:50%;transform: translateX(-50%); top:0;height: 100%;opacity: 0;transition: all .3s;width: 100%;}
.cols-cont ul li .video:before{background:#000; opacity: 0.2; z-index: 1; position: absolute; top: 0;left: 0;right: 0;bottom: 0; content: "";display: block;}
.cols-cont ul li .video video{object-fit: cover;width: 100%;height: 100%; z-index: 10;}

.cols-cont ul li:hover .word{border-bottom: 1px solid #fff;}
.cols-cont ul li:hover .word h3{font-size:var(--t1); color:#FFF;}
.cols-cont ul:hover li .word h3{font-size:var(--t3);}
.cols-cont ul li:hover .word p{color: rgba(255, 255, 255, 1.0);}
.cols-cont ul li:hover .word .more{opacity: 1;}
.cols-cont ul li:hover .video{opacity: 1;width: 100%;}

.cols-cont ul li:hover{width:50% !important;}
.cols-cont ul:hover li{width:25%;}
.cols-cont .m_con{display: none;}

@media screen and (max-width: 1023px)
{
	.cols-section{height: auto;width:100%; overflow: hidden;padding: 2rem 0rem;}
	.cols-cont ul li{width:100%;height:100%;}
	.cols-cont ul li .word{position: relative;width: 100%;padding: 5rem;overflow: hidden;top: unset;left: unset;right: unset;bottom: unset;transform: translateY(10px);border: 0px;}
}

@media screen and (max-width: 767px)
{
	.cols-section{height: auto;}
}
@media screen and (max-width: 425px)
{
	.cols-cont ul li .word h3{font-size:2.1rem;}
}
@media screen and (max-width: 414px)
{
	.cols-cont ul li .word{padding: 4rem;}
	.cols-cont ul li .word h3{font-size:2rem;}
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}



.good-section{padding:100px 0px;}
.good-section .wrap{display:flex;justify-content: space-around; position: relative;}
.good-section .good-desc{width:30%; margin-left:0px;padding-left: 5%;}
.good-desc .titles{text-align: left;}
.good-desc .titles h2{font-size:40px; font-weight: bold;    font-family: cursive; text-transform: uppercase;}
.good-desc .titles h3{font-size:30px; font-weight: 300;display: flex; flex-direction: column; margin-top: 20px;}
.good-desc .text{font-size:16px; color:#858585;line-height: 1.6rem;}
.good-section .good-cols{flex:1; margin-left:3vw; overflow: hidden;}
.good-cols ul{}
.good-cols ul li{width:auto; height: auto; position:relative; display: flex;transition: 0.5s;align-items: center;justify-content: center;}
.good-cols ul li a{width:100%; height: 100%;}
.good-cols ul li .img{width:100%; height: 100%;min-height: 450px;background: #e5eaf0;display: flex;justify-content: center;align-items: center;}
.good-cols ul li img{max-width:100%; height: 100%;}
.good-cols ul li .info{width:100%; height: 80px; position: absolute; left: 0;bottom: 0; display: flex;justify-content: center; align-items: center;transition: 0.3s;}
.good-cols ul li:hover .info {
    /*background: linear-gradient(90deg, #53b255, #38a9bf);*/background:#53b255;
    color: #fff;
}
.good-cols ul li .info h5{margin-bottom: 0px;}
.good-cols .owl-carousel{position:unset;}
.good-cols .owl-carousel .owl-stage-outer{position:unset;}
.good-cols .owl-controls{position:absolute; left: 20vw; bottom:50px;}
.good-cols.owl-theme .owl-dots{margin-top: 60px;}
.good-cols .owl-carousel .owl-dots .owl-dot.active span,.good-cols .owl-carousel .owl-dots .owl-dot:hover span{border-color: #e5277c;opacity: 0.8;background: #e5277c;width: 40px;border-radius: 10px;}




@media screen and (max-width: 1023px)
{
	.good-section{padding-top: 2rem;padding-bottom: 2rem;}
	.good-section .wrap{flex-direction: column;padding-bottom: 50px;}
	.good-section .good-desc{width:100%;padding:0px 5%;}
	
	.good-box{margin:0px; padding:5%;}
	.good-col ul{display: flex;width: 100%;flex-direction: row;flex-wrap: wrap;}
	.good-col ul li{margin-left: 0rem;margin-bottom: 1rem;width: 50%;}
	.good-col ul li a{font-size: 1rem;}
	.good-desc .titles{padding-bottom:0px;}
	.good-desc .titles h3{margin-bottom: 20px;}
	.good-desc .text{font-size: 14px;line-height: 2rem;}
	.good-conts-item ul li{width:100%;}
	
	.good-section .good-cols{margin: 2vw; margin-top:2rem;}
	.good-cols .owl-controls{left: 0;right: 0;bottom: 0px;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 425px)
{
	.good-col ul{display: flex;width: 100%;flex-direction: column;flex-wrap: wrap;}
	.good-col ul li{margin-left: 0rem;margin-bottom: 1rem;width:100%;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}



/*============================================
hzhb-section
===========================================*/
.hzhb-section{background:#eeeeee;overflow: hidden;width:100%;padding-top: 60px;    padding-bottom: 100px;}
.hzhb-section .wrap{max-width: 1200px;}
.hzhb-section .hzhb-title{text-align: center;padding: 20px 0px;position: relative;background: url(../images/bg/bg_hz_t.gif) no-repeat center;
    height: 130px;
    margin-bottom: 50px;}
.hzhb-section .hzhb-title h3{font-size: 40px;
    color: #212121;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 50px;margin-top: 30px;}
.hzhb-section .hzhb-title h5 {ffont-size: 18px;
    margin-bottom: 25px;
    color: #212121;
    font-weight: 300;
    max-width: 900px;
    margin: auto;
    line-height: 30px;
    margin-top: 10px;}

.hzhb-section ul{padding: 0px;margin: auto;}
.hzhb-section ul li{width: 240px;height: 135px;float: left;line-height: 0;border-bottom: #ddd 1px solid;position: relative;}
.hzhb-section ul li span{ display:block; position:relative;width: 240px;height: 135px;}
.hzhb-section ul li span:before{content: "";width: 1px;height: 100%;background: #ddd;position: absolute;top: 0;right: 0;z-index: 20;}
.hzhb-section ul li span:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;bottom: 0;left: 0;z-index: 20;}
.hzhb-section ul li img{width: 240px;height: 135px;
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;*/ }
.hzhb-section ul li:hover img{
/*-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);*/}
.hzhb-section ul li:nth-child(5n):before{background: none;}
.hzhb-section ul li:hover span{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);z-index: 1;}


@media screen and (max-width: 1440px)
{
	
}

@media screen and (max-width: 1199px)
{
	
}

@media screen and (max-width: 1023px)
{
	.hzhb-section{padding:3rem 0px;}
	.hzhb-section .hzhb-title{height:auto;margin-bottom:0px;}
	.hzhb-section .hzhb-title h3{margin-top:auto;line-height: 50px;}
	.hzhb-section .hzhb-title h5{padding:0px 1rem;}
	.hzhb-section ul{padding: 3rem 0px;}
	.hzhb-section ul li{width: 100%;display: flex;justify-content: center; /*margin-bottom:1rem;padding-bottom:1rem;*/ border:0px;	line-height:normal; height: auto; float:unset;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.com-cont .titles{width: 100%;}
	.com-cont .titles h3{font-size: 1.4rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
application-section
===========================================*/
.application-section{padding: 0px 0px 0px 0px; height: 90vh;}
.application-wrap{width: 100%;height: 100%;position: relative;}
.app-nav{width: calc((100% / 6) * 5);position: absolute;right: 10vw;left: 10vw; bottom:4rem;}
.app-nav ul{width: 100%;display: flex; justify-content: space-between;height: auto;flex-wrap: wrap;}
.app-nav ul li{width:calc(100% / 5);height: 100px; display: flex;align-items: center;
    justify-content: center;background-color:var(--color-b-20); transition: 0.5s; color:#ffffff; border:1px solid rgba(255,255,255,.8); border-right:0px;}
.app-nav ul li:nth-child(5n){border-right:1px solid rgba(255,255,255,.8);}
.app-nav ul li:nth-child(n+6){border-top:0px;}
.app-nav ul li a{color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;}
.app-nav ul li.active{background:var(--color1-90);}
.app-nav ul li i{width: 55px;
    height: 55px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;}
.app-nav ul li i:before{font-size:25px;}
.app-nav ul li .text{padding: 0px 3rem; display: flex;width: 100%;align-items: center;}
.app-nav ul li .text p{font-size:16px;}
.app-nav ul li .t1{font-size: 30px;padding-bottom: 15px;font-weight: 300;display: block;}
.app-nav ul li .t1 .en {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left:10px;
    font-family: 'Tunga',Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.app-nav ul li .text .wz{font-size:14px;}

.app-nav ul li .line{width: 0px;height: 4px;background: #fff;margin-top: 0; transition: 0.5s;}
.app-nav ul li.active .line{    width: 40px;margin-top: 80px;}


.app-cont{width:100%; height: 100%; display:flex;}
.app-cont .app-cont-item{display:none;width: 100%; transition: 0.5s}
.app-cont-item.active{display:flex;}
.app-cont-item.active .app-title{position:absolute; top:30%; left: 10vw; color:#FFFFFF;}
.app-title h2{font-size:var(--t1); font-weight: bold;}
.app-title h3{font-size:var(--t1);font-weight: bold;}
.app-cont-item img{width:100%; height: 100%;}
.app-cont-item .btn1{margin-top:3rem;}
.app-cont-item .btn1 a,.app-cont-item .btn1 a:before{border-radius: 100px;}
.app-cont-item .btn1 a{background:var(--color1-h);}
.app-cont-item .btn1:hover a:before{background:var(--color1);}

.application-wrap-m{display:none;}
@media screen and (max-width: 1900px)
{
	.application-section{min-height: unset;}
	.app-nav ul li .text{padding:0px 2rem;}
}
@media screen and (max-width: 1440px)
{
	.app-nav ul li .text{padding:0px 1rem;}
	.app-nav ul li .text .wz{display:none;}
	.app-nav ul li.active .text .wz{display:flex;}
	.app-nav ul li.active .line{margin-top: 20px;}
}
@media screen and (max-width: 1280px)
{
	.app-nav ul li .text{padding:0px 1rem;}
	.app-nav ul li i{width:40px; height: 40px;}
	.app-nav ul li i:before{font-size:1rem;}
	.app-nav ul li .text p{font-size:14px;}
}
@media screen and (max-width: 1199px)
{
	.app-nav ul li i{margin-right:0.5rem;}
}
@media screen and (max-width: 1023px)
{
	.application-section{border-bottom: 1px solid #efefef;padding-bottom: 50px;margin-bottom: 30px;height: auto;}
	.application-wrap{display:none;}
	.application-wrap-m{display:flex;}
	.application-wrap-m ul{}
	.application-wrap-m ul li{width:100%;}
	.application-wrap-m ul li img{width:100%; max-width:100%;min-height: 200px;}
	.application-wrap-m ul li .desc{width:100%; padding:5%; background: #f5f5f5;}
	.application-wrap-m ul li h5{font-size:1.6rem; line-height: 1;float: left;}
	.application-wrap-m ul li span.en{font-size:1.3rem; text-transform: uppercase;float: left;padding-left: 1rem;font-weight: 300 !important;}
	.application-wrap-m ul li p{font-size:1.2rem; line-height: 2rem;overflow: hidden;width: 100%;}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
news-section
===========================================*/
.news-section{width:100%; padding:50px 0px;}
.news-section .wrap{width:85.8%;}
.news-section .titles{width:100%;display:flex;align-items: center;padding: 50px 0px;}
.news-section .titles h2{font-size:40px; font-weight: bold;}
.news-section .titles h2 span{margin-left:1rem;font-weight: 300;font-size:24px;color: var(--text-light-color); font-family: var(--ff2);}
.news-section .titles .btn1{margin-left:auto;}
.news-section .titles .btn1 a,.news-section .titles .btn1 a:before{border-radius: 50px;}
.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list a{color: #3B3847;text-decoration: none;}

.news-list--front {
  padding-top: 104px
}
.news-list--carousel {
  flex-wrap: unset;
  margin: 0
}
ul li.news-item {width:100%;background-color: #fff;
    padding: 0;
    transition: all .3s;
    border: 1px solid rgba(38,61,145,0.06);}

ul li.news-item .img{width: 100%;
    overflow: hidden;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 59.52%;}
ul li.news-item img{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    transition: all .3s;}

ul li.news-item .wz{position: relative;padding:28px 36px 52px 36px;}
ul li.news-item .wz::before{content: '';width: 100%;height: 1px;background-color: #ededed;position: absolute;top:0;left:0;transition: all .3s;}
ul li.news-item .wz::after{content: '';width: 0;height: 1px;background-color: #0426A1;position: absolute;top:0;left:0;transition: all .3s;}
ul li.news-item .wz .time{font-size: 16px;color: #0426A1;margin-bottom: 22px;}
ul li.news-item .wz h3{font-size: 20px;line-height: 28px;overflow: hidden;font-family: hb; color: #000;margin-bottom: 15px;transition: all .3s;font-weight: bold;}
ul li.news-item .wz p{font-size: 14px;line-height: 22px;height: 44px; overflow: hidden;color: #000;margin-bottom: 30px;transition: all .3s;}
ul li.news-item .wz .more2{position: relative;width: 40px;height: 40px;border-radius: 20px;border:1px solid #ececec;transition: all .3s;display: flex;justify-content: center;align-items: center;}
ul li.news-item .wz .more2 i{display: flex;width: 11px;height: 6px;transition: all .3s;align-items: center;justify-content: center;}
ul li.news-item .wz .more2 i:before{content:"\e61f";font-family: "iconfont";}
ul li.news-item .wz .more2 span{display: block; font-size: 14px;color: #fff;transition: all .3s;position: absolute;left:30px;top:0;height: 40px;line-height: 40px;display:none;}

ul li.news-item:hover{box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);}
ul li.news-item:hover .img img{transform: scale(1.03);width:100%; height: 100%; max-width: 100%; transition: 0.5s;left: 50%;top: 50%;transform: translate(-50%, -50%);}
ul li.news-item:hover .wz{background:var(--color1);background-size: cover;}
/*ul li.news-item:hover .wz::after{width: 100%;}*/
ul li.news-item:hover .wz::before{opacity:0;}
ul li.news-item:hover .wz h3{color: #ffffff;}
ul li.news-item:hover .wz .time,ul li.news-item:hover .wz p{color:#FFFFFF;}
/*ul li.news-item:hover .wz .more2{width: 160px;background-color: #0426A1;justify-content: flex-end;padding:0 30px;border:1px solid #002972}*/
ul li.news-item:hover .wz .more2{border-color:transparent;background-color: #ffffff;}
ul li.news-item:hover .wz .more2 i:before{}
/*ul li.news-item:hover .wz .more2 span{display: block;}*/
@media screen and (max-width: 1440px)
{
	
}

@media screen and (max-width: 1199px)
{
	
}

@media screen and (max-width: 1023px)
{

}

@media screen and (max-width: 767px)
{
	.news-section .titles .btn1{display: none;}
}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.com-cont .titles{width: 100%;}
	.com-cont .titles h3{font-size: 1.4rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}




@media (max-width:1840px){}
@media (max-width:1680px)
{
	
}
@media (max-width:1560px){
	
}
@media (max-width:1480px){}
@media (max-width:1440px){}
@media (max-width:1366px){}
@media (max-width:1280px){}
@media (max-width:1024px){}
@media (max-width:960px){}

@media screen and (max-width: 1023px)
{
	footer#footer{padding-top:50px;}
	#footer .foot-com{display: block;}
	#footer .foot-contact{display: block;}
	#footer .foot-col{display: block;}
	#footer .foot-qr{display: block;}
	.f-ewm{position: relative;max-width: 280px;display: flex;align-items: center;margin: 2rem auto;left: unset;right: unset;}
}
@media screen and (max-width: 768px)
{
	
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{
	
}
@media screen and (max-width: 320px)
{
	
}